| 1. | " introduces the concept of compound statements in python , and the ”介绍了python中复合语句的概念,并介绍了 |
| 2. | It should because flow control statements are compound statements 当然应该类似,因为流控制语句就是复合语句。 |
| 3. | Can be a compound statement 可以是复合语句。 |
| 4. | The block of statements is made up of one or more simple and compound statements 语句块由一个或多个简单语句和复合语句组成。 |
| 5. | A compound statement consists of a flow control instruction , followed by a colon character 一个复合语句包括一个流控制指令,后跟一个冒号( |
| 6. | In this instance , the indentation isn t mandatory , as it is with a compound statement 在本例中,缩进不是强制性的,就跟一个复合语句一样。 |
| 7. | Loop , which required discussing compound statements and the appropriate indentation of python statements to indicate blocks of related python code 循环,讨论了复合语句以及适当缩进python语句来指示相关python代码块。 |
| 8. | The nature of compound statements introduced the nature of proper indentation in python programs , which makes python programs easy to read and understand 复合语句的特性引入了python程序中的适当缩进特性,这使得python程序易于读和理解。 |
| 9. | Statement and the terminating colon , then press return or enter on your keyboard , the python interpreter realizes you have entered a compound statement 语句和终止的冒号,并按键盘上的回车键时, python解释器就知道您输入了一个复合语句。 |
| 10. | The statement means either a simple statement terminated by a semicolon or a compound statement , which is a group of simple statements enclosed in braces “语句”要么是用分号结尾的一个简单语句,要么是一个复合语句? ?封闭在括号内的一组简单语句。 |